1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctNhaCungCap
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
33             
this.tabControlNCC = new System.Windows.Forms.TabControl();
34             
this.tabPageDanhSachNCC = new System.Windows.Forms.TabPage();
35             
this.dgvDanhSachNCC = new System.Windows.Forms.DataGridView();
36             
this.TKNoNCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.IdNhaCungCap = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.HoVaTen = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.SoDienThoai = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.TenCongTy = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.Dc_Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.NgayThanhLap_NgaySinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.TongMatHangCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.GhiChu = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.Sua = new System.Windows.Forms.DataGridViewLinkColumn();
50             
this.panel2 = new System.Windows.Forms.Panel();
51             
this.linkLabel1TimK = new System.Windows.Forms.LinkLabel();
52             
this.chkKhongDt = new System.Windows.Forms.CheckBox();
53             
this.chkDoiTac = new System.Windows.Forms.CheckBox();
54             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
55             
this.btnTiep = new System.Windows.Forms.Button();
56             
this.btnSau = new System.Windows.Forms.Button();
57             
this.btnTimKiem = new System.Windows.Forms.Button();
58             
this.label13 = new System.Windows.Forms.Label();
59             
this.txtTenCongTy_TimKiem = new System.Windows.Forms.TextBox();
60             
this.label12 = new System.Windows.Forms.Label();
61             
this.label11 = new System.Windows.Forms.Label();
62             
this.txtSoDienThoai_TimKiem = new System.Windows.Forms.TextBox();
63             
this.txtHoVaTen_TimKiem = new System.Windows.Forms.TextBox();
64             
this.label10 = new System.Windows.Forms.Label();
65             
this.linkLabelThemMoiNCC = new System.Windows.Forms.LinkLabel();
66             
this.tabPageThemNhaCC = new System.Windows.Forms.TabPage();
67             
this.btnXoa = new System.Windows.Forms.Button();
68             
this.lblThongBao = new System.Windows.Forms.Label();
69             
this.btnHuy = new System.Windows.Forms.Button();
70             
this.btnLuu = new System.Windows.Forms.Button();
71             
this.panel3 = new System.Windows.Forms.Panel();
72             
this.label7 = new System.Windows.Forms.Label();
73             
this.linkLabelDanhSachNCC = new System.Windows.Forms.LinkLabel();
74             
this.rdoKhong = new System.Windows.Forms.RadioButton();
75             
this.rdoDoiTac = new System.Windows.Forms.RadioButton();
76             
this.label4 = new System.Windows.Forms.Label();
77             
this.dateTimePickerNgaySinh = new System.Windows.Forms.DateTimePicker();
78             
this.txtGhiChu = new System.Windows.Forms.TextBox();
79             
this.txtEmail = new System.Windows.Forms.TextBox();
80             
this.txtTenCongTy = new System.Windows.Forms.TextBox();
81             
this.txtSoDienThoai = new System.Windows.Forms.TextBox();
82             
this.txtHoVaTen = new System.Windows.Forms.TextBox();
83             
this.txtDiaChi = new System.Windows.Forms.TextBox();
84             
this.label8 = new System.Windows.Forms.Label();
85             
this.label9 = new System.Windows.Forms.Label();
86             
this.label5 = new System.Windows.Forms.Label();
87             
this.label6 = new System.Windows.Forms.Label();
88             
this.label3 = new System.Windows.Forms.Label();
89             
this.label2 = new System.Windows.Forms.Label();
90             
this.label1 = new System.Windows.Forms.Label();
91             
this.panel1 = new System.Windows.Forms.Panel();
92             
this.tabControlNCC.SuspendLayout();
93             
this.tabPageDanhSachNCC.SuspendLayout();
94             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNCC)).BeginInit();
95             
this.panel2.SuspendLayout();
96             
this.tabPageThemNhaCC.SuspendLayout();
97             
this.panel3.SuspendLayout();
98             
this.SuspendLayout();
99             
//
100             
// tabControlNCC
101             
//
102             
this.tabControlNCC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
103             | System.Windows.Forms.AnchorStyles.Right)));
104             
this.tabControlNCC.Controls.Add(this.tabPageDanhSachNCC);
105             
this.tabControlNCC.Controls.Add(this.tabPageThemNhaCC);
106             
this.tabControlNCC.Location = new System.Drawing.Point(0, 0);
107             
this.tabControlNCC.Name = "tabControlNCC";
108             
this.tabControlNCC.SelectedIndex = 0;
109             
this.tabControlNCC.Size = new System.Drawing.Size(1024, 750);
110             
this.tabControlNCC.TabIndex = 0;
111             
//
112             
// tabPageDanhSachNCC
113             
//
114             
this.tabPageDanhSachNCC.Controls.Add(this.dgvDanhSachNCC);
115             
this.tabPageDanhSachNCC.Controls.Add(this.panel2);
116             
this.tabPageDanhSachNCC.Location = new System.Drawing.Point(4, 27);
117             
this.tabPageDanhSachNCC.Name = "tabPageDanhSachNCC";
118             
this.tabPageDanhSachNCC.Padding = new System.Windows.Forms.Padding(3);
119             
this.tabPageDanhSachNCC.Size = new System.Drawing.Size(1016, 719);
120             
this.tabPageDanhSachNCC.TabIndex = 0;
121             
this.tabPageDanhSachNCC.Text = "Danh sách nhà cung cấp";
122             
this.tabPageDanhSachNCC.UseVisualStyleBackColor = true;
123             
//
124             
// dgvDanhSachNCC
125             
//
126             
this.dgvDanhSachNCC.AllowUserToAddRows = false;
127             
this.dgvDanhSachNCC.AllowUserToDeleteRows = false;
128             
this.dgvDanhSachNCC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
129             | System.Windows.Forms.AnchorStyles.Right)));
130             
this.dgvDanhSachNCC.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
131             
this.dgvDanhSachNCC.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
132             
this.dgvDanhSachNCC.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
133             
this.TKNoNCC,
134             
this.IdNhaCungCap,
135             
this.STT,
136             
this.TrangThai,
137             
this.NgayTao,
138             
this.HoVaTen,
139             
this.SoDienThoai,
140             
this.DiaChi,
141             
this.TenCongTy,
142             
this.Dc_Email,
143             
this.NgayThanhLap_NgaySinh,
144             
this.TongMatHangCC,
145             
this.GhiChu,
146             
this.Sua});
147             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
148             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
149             dataGridViewCellStyle1.Font =
new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
151             dataGridViewCellStyle1.Padding =
new System.Windows.Forms.Padding(4);
152             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
153             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
154             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
155             
this.dgvDanhSachNCC.DefaultCellStyle = dataGridViewCellStyle1;
156             
this.dgvDanhSachNCC.Location = new System.Drawing.Point(0, 127);
157             
this.dgvDanhSachNCC.MultiSelect = false;
158             
this.dgvDanhSachNCC.Name = "dgvDanhSachNCC";
159             
this.dgvDanhSachNCC.ReadOnly = true;
160             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
161             
this.dgvDanhSachNCC.RowsDefaultCellStyle = dataGridViewCellStyle2;
162             
this.dgvDanhSachNCC.RowTemplate.Height = 29;
163             
this.dgvDanhSachNCC.Size = new System.Drawing.Size(1016, 473);
164             
this.dgvDanhSachNCC.TabIndex = 1;
165             
this.dgvDanhSachNCC.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDanhSachNCC_CellClick);
166             
//
167             
// TKNoNCC
168             
//
169             
this.TKNoNCC.FillWeight = 120F;
170             
this.TKNoNCC.HeaderText = "TK Nợ NCC";
171             
this.TKNoNCC.Name = "TKNoNCC";
172             
this.TKNoNCC.ReadOnly = true;
173             
this.TKNoNCC.Visible = false;
174             
this.TKNoNCC.Width = 120;
175             
//
176             
// IdNhaCungCap
177             
//
178             
this.IdNhaCungCap.HeaderText = "IdNhaCungCap";
179             
this.IdNhaCungCap.Name = "IdNhaCungCap";
180             
this.IdNhaCungCap.ReadOnly = true;
181             
this.IdNhaCungCap.Visible = false;
182             
//
183             
// STT
184             
//
185             
this.STT.FillWeight = 55F;
186             
this.STT.HeaderText = "STT";
187             
this.STT.Name = "STT";
188             
this.STT.ReadOnly = true;
189             
this.STT.Width = 55;
190             
//
191             
// TrangThai
192             
//
193             
this.TrangThai.HeaderText = "TrangThai";
194             
this.TrangThai.Name = "TrangThai";
195             
this.TrangThai.ReadOnly = true;
196             
this.TrangThai.Visible = false;
197             
//
198             
// NgayTao
199             
//
200             
this.NgayTao.HeaderText = "Ngày tạo";
201             
this.NgayTao.Name = "NgayTao";
202             
this.NgayTao.ReadOnly = true;
203             
this.NgayTao.Visible = false;
204             
//
205             
// HoVaTen
206             
//
207             
this.HoVaTen.FillWeight = 170F;
208             
this.HoVaTen.HeaderText = "Họ và tên";
209             
this.HoVaTen.Name = "HoVaTen";
210             
this.HoVaTen.ReadOnly = true;
211             
this.HoVaTen.Width = 170;
212             
//
213             
// SoDienThoai
214             
//
215             
this.SoDienThoai.FillWeight = 120F;
216             
this.SoDienThoai.HeaderText = "Số điện thoại";
217             
this.SoDienThoai.Name = "SoDienThoai";
218             
this.SoDienThoai.ReadOnly = true;
219             
this.SoDienThoai.Width = 120;
220             
//
221             
// DiaChi
222             
//
223             
this.DiaChi.FillWeight = 190F;
224             
this.DiaChi.HeaderText = "Địa chỉ";
225             
this.DiaChi.Name = "DiaChi";
226             
this.DiaChi.ReadOnly = true;
227             
this.DiaChi.Width = 190;
228             
//
229             
// TenCongTy
230             
//
231             
this.TenCongTy.FillWeight = 200F;
232             
this.TenCongTy.HeaderText = "Tên công ty";
233             
this.TenCongTy.Name = "TenCongTy";
234             
this.TenCongTy.ReadOnly = true;
235             
this.TenCongTy.Width = 200;
236             
//
237             
// Dc_Email
238             
//
239             
this.Dc_Email.FillWeight = 150F;
240             
this.Dc_Email.HeaderText = "Email liên hệ";
241             
this.Dc_Email.Name = "Dc_Email";
242             
this.Dc_Email.ReadOnly = true;
243             
this.Dc_Email.Visible = false;
244             
this.Dc_Email.Width = 150;
245             
//
246             
// NgayThanhLap_NgaySinh
247             
//
248             
this.NgayThanhLap_NgaySinh.HeaderText = "Ngày thành lập";
249             
this.NgayThanhLap_NgaySinh.Name = "NgayThanhLap_NgaySinh";
250             
this.NgayThanhLap_NgaySinh.ReadOnly = true;
251             
this.NgayThanhLap_NgaySinh.Visible = false;
252             
//
253             
// TongMatHangCC
254             
//
255             
this.TongMatHangCC.FillWeight = 80F;
256             
this.TongMatHangCC.HeaderText = "S.Hàng CC";
257             
this.TongMatHangCC.Name = "TongMatHangCC";
258             
this.TongMatHangCC.ReadOnly = true;
259             
this.TongMatHangCC.Width = 80;
260             
//
261             
// GhiChu
262             
//
263             
this.GhiChu.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
264             
this.GhiChu.HeaderText = "Ghi chú";
265             
this.GhiChu.Name = "GhiChu";
266             
this.GhiChu.ReadOnly = true;
267             
//
268             
// Sua
269             
//
270             
this.Sua.FillWeight = 50F;
271             
this.Sua.HeaderText = "Sửa";
272             
this.Sua.Name = "Sua";
273             
this.Sua.ReadOnly = true;
274             
this.Sua.Resizable = System.Windows.Forms.DataGridViewTriState.True;
275             
this.Sua.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
276             
this.Sua.Width = 50;
277             
//
278             
// panel2
279             
//
280             
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
281             | System.Windows.Forms.AnchorStyles.Right)));
282             
this.panel2.Controls.Add(this.linkLabel1TimK);
283             
this.panel2.Controls.Add(this.chkKhongDt);
284             
this.panel2.Controls.Add(this.chkDoiTac);
285             
this.panel2.Controls.Add(this.lblTongSoBanGhiHienThi);
286             
this.panel2.Controls.Add(this.btnTiep);
287             
this.panel2.Controls.Add(this.btnSau);
288             
this.panel2.Controls.Add(this.btnTimKiem);
289             
this.panel2.Controls.Add(this.label13);
290             
this.panel2.Controls.Add(this.txtTenCongTy_TimKiem);
291             
this.panel2.Controls.Add(this.label12);
292             
this.panel2.Controls.Add(this.label11);
293             
this.panel2.Controls.Add(this.txtSoDienThoai_TimKiem);
294             
this.panel2.Controls.Add(this.txtHoVaTen_TimKiem);
295             
this.panel2.Controls.Add(this.label10);
296             
this.panel2.Controls.Add(this.linkLabelThemMoiNCC);
297             
this.panel2.Location = new System.Drawing.Point(0, 0);
298             
this.panel2.Name = "panel2";
299             
this.panel2.Size = new System.Drawing.Size(1016, 121);
300             
this.panel2.TabIndex = 0;
301             
//
302             
// linkLabel1TimK
303             
//
304             
this.linkLabel1TimK.AutoSize = true;
305             
this.linkLabel1TimK.Location = new System.Drawing.Point(860, 76);
306             
this.linkLabel1TimK.Name = "linkLabel1TimK";
307             
this.linkLabel1TimK.Size = new System.Drawing.Size(69, 18);
308             
this.linkLabel1TimK.TabIndex = 46;
309             
this.linkLabel1TimK.TabStop = true;
310             
this.linkLabel1TimK.Text = "Tìm kiếm";
311             
this.linkLabel1TimK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1TimK_LinkClicked);
312             
//
313             
// chkKhongDt
314             
//
315             
this.chkKhongDt.AutoSize = true;
316             
this.chkKhongDt.Checked = true;
317             
this.chkKhongDt.CheckState = System.Windows.Forms.CheckState.Checked;
318             
this.chkKhongDt.Location = new System.Drawing.Point(770, 80);
319             
this.chkKhongDt.Name = "chkKhongDt";
320             
this.chkKhongDt.Size = new System.Drawing.Size(70, 22);
321             
this.chkKhongDt.TabIndex = 45;
322             
this.chkKhongDt.Text = "Không";
323             
this.chkKhongDt.UseVisualStyleBackColor = true;
324             
//
325             
// chkDoiTac
326             
//
327             
this.chkDoiTac.AutoSize = true;
328             
this.chkDoiTac.Checked = true;
329             
this.chkDoiTac.CheckState = System.Windows.Forms.CheckState.Checked;
330             
this.chkDoiTac.Location = new System.Drawing.Point(676, 80);
331             
this.chkDoiTac.Name = "chkDoiTac";
332             
this.chkDoiTac.Size = new System.Drawing.Size(94, 22);
333             
this.chkDoiTac.TabIndex = 44;
334             
this.chkDoiTac.Text = "Là Đối tác";
335             
this.chkDoiTac.UseVisualStyleBackColor = true;
336             
//
337             
// lblTongSoBanGhiHienThi
338             
//
339             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
340             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
341             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(576, 94);
342             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
343             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
344             
this.lblTongSoBanGhiHienThi.TabIndex = 43;
345             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
346             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
347             
//
348             
// btnTiep
349             
//
350             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
351             
this.btnTiep.Location = new System.Drawing.Point(965, 88);
352             
this.btnTiep.Name = "btnTiep";
353             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
354             
this.btnTiep.TabIndex = 41;
355             
this.btnTiep.Text = ">>";
356             
this.btnTiep.UseVisualStyleBackColor = true;
357             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
358             
//
359             
// btnSau
360             
//
361             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
362             
this.btnSau.Location = new System.Drawing.Point(910, 88);
363             
this.btnSau.Name = "btnSau";
364             
this.btnSau.Size = new System.Drawing.Size(49, 30);
365             
this.btnSau.TabIndex = 42;
366             
this.btnSau.Text = "<<";
367             
this.btnSau.UseVisualStyleBackColor = true;
368             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
369             
//
370             
// btnTimKiem
371             
//
372             
this.btnTimKiem.Location = new System.Drawing.Point(676, 11);
373             
this.btnTimKiem.Name = "btnTimKiem";
374             
this.btnTimKiem.Size = new System.Drawing.Size(91, 25);
375             
this.btnTimKiem.TabIndex = 9;
376             
this.btnTimKiem.Text = "Tìm kiếm";
377             
this.btnTimKiem.UseVisualStyleBackColor = true;
378             
this.btnTimKiem.Visible = false;
379             
this.btnTimKiem.Click += new System.EventHandler(this.btnTimKiem_Click);
380             
//
381             
// label13
382             
//
383             
this.label13.AutoSize = true;
384             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
385             
this.label13.Location = new System.Drawing.Point(445, 62);
386             
this.label13.Name = "label13";
387             
this.label13.Size = new System.Drawing.Size(83, 17);
388             
this.label13.TabIndex = 8;
389             
this.label13.Text = "Tên công ty";
390             
//
391             
// txtTenCongTy_TimKiem
392             
//
393             
this.txtTenCongTy_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
394             
this.txtTenCongTy_TimKiem.Location = new System.Drawing.Point(448, 80);
395             
this.txtTenCongTy_TimKiem.Name = "txtTenCongTy_TimKiem";
396             
this.txtTenCongTy_TimKiem.Size = new System.Drawing.Size(212, 26);
397             
this.txtTenCongTy_TimKiem.TabIndex = 7;
398             
this.txtTenCongTy_TimKiem.TextChanged += new System.EventHandler(this.txtTenCongTy_TimKiem_TextChanged);
399             
//
400             
// label12
401             
//
402             
this.label12.AutoSize = true;
403             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
404             
this.label12.Location = new System.Drawing.Point(221, 62);
405             
this.label12.Name = "label12";
406             
this.label12.Size = new System.Drawing.Size(91, 17);
407             
this.label12.TabIndex = 6;
408             
this.label12.Text = "Số điện thoại";
409             
//
410             
// label11
411             
//
412             
this.label11.AutoSize = true;
413             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
414             
this.label11.Location = new System.Drawing.Point(3, 61);
415             
this.label11.Name = "label11";
416             
this.label11.Size = new System.Drawing.Size(69, 17);
417             
this.label11.TabIndex = 5;
418             
this.label11.Text = "Họ và tên";
419             
//
420             
// txtSoDienThoai_TimKiem
421             
//
422             
this.txtSoDienThoai_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
423             
this.txtSoDienThoai_TimKiem.Location = new System.Drawing.Point(224, 80);
424             
this.txtSoDienThoai_TimKiem.Name = "txtSoDienThoai_TimKiem";
425             
this.txtSoDienThoai_TimKiem.Size = new System.Drawing.Size(212, 26);
426             
this.txtSoDienThoai_TimKiem.TabIndex = 4;
427             
this.txtSoDienThoai_TimKiem.TextChanged += new System.EventHandler(this.txtSoDienThoai_TimKiem_TextChanged);
428             
//
429             
// txtHoVaTen_TimKiem
430             
//
431             
this.txtHoVaTen_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
432             
this.txtHoVaTen_TimKiem.Location = new System.Drawing.Point(6, 80);
433             
this.txtHoVaTen_TimKiem.Name = "txtHoVaTen_TimKiem";
434             
this.txtHoVaTen_TimKiem.Size = new System.Drawing.Size(212, 26);
435             
this.txtHoVaTen_TimKiem.TabIndex = 3;
436             
this.txtHoVaTen_TimKiem.TextChanged += new System.EventHandler(this.txtHoVaTen_TimKiem_TextChanged);
437             
//
438             
// label10
439             
//
440             
this.label10.AutoSize = true;
441             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
442             
this.label10.Location = new System.Drawing.Point(0, 0);
443             
this.label10.Name = "label10";
444             
this.label10.Size = new System.Drawing.Size(313, 31);
445             
this.label10.TabIndex = 2;
446             
this.label10.Text = "Danh sách nhà cung cấp";
447             
//
448             
// linkLabelThemMoiNCC
449             
//
450             
this.linkLabelThemMoiNCC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
451             
this.linkLabelThemMoiNCC.AutoSize = true;
452             
this.linkLabelThemMoiNCC.Location = new System.Drawing.Point(873, 18);
453             
this.linkLabelThemMoiNCC.Name = "linkLabelThemMoiNCC";
454             
this.linkLabelThemMoiNCC.Size = new System.Drawing.Size(138, 18);
455             
this.linkLabelThemMoiNCC.TabIndex = 0;
456             
this.linkLabelThemMoiNCC.TabStop = true;
457             
this.linkLabelThemMoiNCC.Text = "Thêm nhà cung cấp";
458             
this.linkLabelThemMoiNCC.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelThemMoiNCC_LinkClicked);
459             
//
460             
// tabPageThemNhaCC
461             
//
462             
this.tabPageThemNhaCC.Controls.Add(this.btnXoa);
463             
this.tabPageThemNhaCC.Controls.Add(this.lblThongBao);
464             
this.tabPageThemNhaCC.Controls.Add(this.btnHuy);
465             
this.tabPageThemNhaCC.Controls.Add(this.btnLuu);
466             
this.tabPageThemNhaCC.Controls.Add(this.panel3);
467             
this.tabPageThemNhaCC.Controls.Add(this.rdoKhong);
468             
this.tabPageThemNhaCC.Controls.Add(this.rdoDoiTac);
469             
this.tabPageThemNhaCC.Controls.Add(this.label4);
470             
this.tabPageThemNhaCC.Controls.Add(this.dateTimePickerNgaySinh);
471             
this.tabPageThemNhaCC.Controls.Add(this.txtGhiChu);
472             
this.tabPageThemNhaCC.Controls.Add(this.txtEmail);
473             
this.tabPageThemNhaCC.Controls.Add(this.txtTenCongTy);
474             
this.tabPageThemNhaCC.Controls.Add(this.txtSoDienThoai);
475             
this.tabPageThemNhaCC.Controls.Add(this.txtHoVaTen);
476             
this.tabPageThemNhaCC.Controls.Add(this.txtDiaChi);
477             
this.tabPageThemNhaCC.Controls.Add(this.label8);
478             
this.tabPageThemNhaCC.Controls.Add(this.label9);
479             
this.tabPageThemNhaCC.Controls.Add(this.label5);
480             
this.tabPageThemNhaCC.Controls.Add(this.label6);
481             
this.tabPageThemNhaCC.Controls.Add(this.label3);
482             
this.tabPageThemNhaCC.Controls.Add(this.label2);
483             
this.tabPageThemNhaCC.Controls.Add(this.label1);
484             
this.tabPageThemNhaCC.Location = new System.Drawing.Point(4, 27);
485             
this.tabPageThemNhaCC.Name = "tabPageThemNhaCC";
486             
this.tabPageThemNhaCC.Padding = new System.Windows.Forms.Padding(3);
487             
this.tabPageThemNhaCC.Size = new System.Drawing.Size(1016, 719);
488             
this.tabPageThemNhaCC.TabIndex = 1;
489             
this.tabPageThemNhaCC.Text = "Thêm nhà cung cấp";
490             
this.tabPageThemNhaCC.UseVisualStyleBackColor = true;
491             
//
492             
// btnXoa
493             
//
494             
this.btnXoa.Location = new System.Drawing.Point(141, 543);
495             
this.btnXoa.Name = "btnXoa";
496             
this.btnXoa.Size = new System.Drawing.Size(76, 42);
497             
this.btnXoa.TabIndex = 36;
498             
this.btnXoa.Text = "Xóa";
499             
this.btnXoa.UseVisualStyleBackColor = true;
500             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
501             
//
502             
// lblThongBao
503             
//
504             
this.lblThongBao.AutoSize = true;
505             
this.lblThongBao.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
506             
this.lblThongBao.ForeColor = System.Drawing.Color.Red;
507             
this.lblThongBao.Location = new System.Drawing.Point(546, 554);
508             
this.lblThongBao.Name = "lblThongBao";
509             
this.lblThongBao.Size = new System.Drawing.Size(0, 20);
510             
this.lblThongBao.TabIndex = 2;
511             
//
512             
// btnHuy
513             
//
514             
this.btnHuy.Location = new System.Drawing.Point(243, 542);
515             
this.btnHuy.Name = "btnHuy";
516             
this.btnHuy.Size = new System.Drawing.Size(76, 42);
517             
this.btnHuy.TabIndex = 35;
518             
this.btnHuy.Text = "Hủy";
519             
this.btnHuy.UseVisualStyleBackColor = true;
520             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
521             
//
522             
// btnLuu
523             
//
524             
this.btnLuu.Location = new System.Drawing.Point(349, 543);
525             
this.btnLuu.Name = "btnLuu";
526             
this.btnLuu.Size = new System.Drawing.Size(167, 42);
527             
this.btnLuu.TabIndex = 34;
528             
this.btnLuu.Text = "Lưu";
529             
this.btnLuu.UseVisualStyleBackColor = true;
530             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
531             
//
532             
// panel3
533             
//
534             
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
535             | System.Windows.Forms.AnchorStyles.Right)));
536             
this.panel3.Controls.Add(this.label7);
537             
this.panel3.Controls.Add(this.linkLabelDanhSachNCC);
538             
this.panel3.Location = new System.Drawing.Point(0, 0);
539             
this.panel3.Name = "panel3";
540             
this.panel3.Size = new System.Drawing.Size(996, 65);
541             
this.panel3.TabIndex = 33;
542             
//
543             
// label7
544             
//
545             
this.label7.AutoSize = true;
546             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
547             
this.label7.Location = new System.Drawing.Point(0, 0);
548             
this.label7.Name = "label7";
549             
this.label7.Size = new System.Drawing.Size(302, 31);
550             
this.label7.TabIndex = 1;
551             
this.label7.Text = "Thêm mới nhà cung cấp";
552             
//
553             
// linkLabelDanhSachNCC
554             
//
555             
this.linkLabelDanhSachNCC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
556             
this.linkLabelDanhSachNCC.AutoSize = true;
557             
this.linkLabelDanhSachNCC.Location = new System.Drawing.Point(822, 18);
558             
this.linkLabelDanhSachNCC.Name = "linkLabelDanhSachNCC";
559             
this.linkLabelDanhSachNCC.Size = new System.Drawing.Size(171, 18);
560             
this.linkLabelDanhSachNCC.TabIndex = 0;
561             
this.linkLabelDanhSachNCC.TabStop = true;
562             
this.linkLabelDanhSachNCC.Text = "Danh sách nhà cung cấp";
563             
this.linkLabelDanhSachNCC.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDanhSachNCC_LinkClicked);
564             
//
565             
// rdoKhong
566             
//
567             
this.rdoKhong.AutoSize = true;
568             
this.rdoKhong.Location = new System.Drawing.Point(239, 475);
569             
this.rdoKhong.Name = "rdoKhong";
570             
this.rdoKhong.Size = new System.Drawing.Size(69, 22);
571             
this.rdoKhong.TabIndex = 32;
572             
this.rdoKhong.Text = "Không";
573             
this.rdoKhong.UseVisualStyleBackColor = true;
574             
//
575             
// rdoDoiTac
576             
//
577             
this.rdoDoiTac.AutoSize = true;
578             
this.rdoDoiTac.Checked = true;
579             
this.rdoDoiTac.Location = new System.Drawing.Point(141, 477);
580             
this.rdoDoiTac.Name = "rdoDoiTac";
581             
this.rdoDoiTac.Size = new System.Drawing.Size(90, 22);
582             
this.rdoDoiTac.TabIndex = 31;
583             
this.rdoDoiTac.TabStop = true;
584             
this.rdoDoiTac.Text = "Là đối tác";
585             
this.rdoDoiTac.UseVisualStyleBackColor = true;
586             
//
587             
// label4
588             
//
589             
this.label4.AutoSize = true;
590             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
591             
this.label4.Location = new System.Drawing.Point(36, 477);
592             
this.label4.Name = "label4";
593             
this.label4.Size = new System.Drawing.Size(73, 18);
594             
this.label4.TabIndex = 30;
595             
this.label4.Text = "Trạng thái";
596             
//
597             
// dateTimePickerNgaySinh
598             
//
599             
this.dateTimePickerNgaySinh.CustomFormat = "dd/MM/yyyy";
600             
this.dateTimePickerNgaySinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
601             
this.dateTimePickerNgaySinh.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
602             
this.dateTimePickerNgaySinh.Location = new System.Drawing.Point(141, 342);
603             
this.dateTimePickerNgaySinh.Name = "dateTimePickerNgaySinh";
604             
this.dateTimePickerNgaySinh.Size = new System.Drawing.Size(265, 26);
605             
this.dateTimePickerNgaySinh.TabIndex = 29;
606             
//
607             
// txtGhiChu
608             
//
609             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
610             
this.txtGhiChu.Location = new System.Drawing.Point(141, 387);
611             
this.txtGhiChu.Multiline = true;
612             
this.txtGhiChu.Name = "txtGhiChu";
613             
this.txtGhiChu.Size = new System.Drawing.Size(583, 56);
614             
this.txtGhiChu.TabIndex = 28;
615             
//
616             
// txtEmail
617             
//
618             
this.txtEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
619             
this.txtEmail.Location = new System.Drawing.Point(141, 293);
620             
this.txtEmail.Name = "txtEmail";
621             
this.txtEmail.Size = new System.Drawing.Size(265, 26);
622             
this.txtEmail.TabIndex = 27;
623             
//
624             
// txtTenCongTy
625             
//
626             
this.txtTenCongTy.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
627             
this.txtTenCongTy.Location = new System.Drawing.Point(141, 213);
628             
this.txtTenCongTy.Multiline = true;
629             
this.txtTenCongTy.Name = "txtTenCongTy";
630             
this.txtTenCongTy.Size = new System.Drawing.Size(583, 57);
631             
this.txtTenCongTy.TabIndex = 26;
632             
//
633             
// txtSoDienThoai
634             
//
635             
this.txtSoDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
636             
this.txtSoDienThoai.Location = new System.Drawing.Point(141, 122);
637             
this.txtSoDienThoai.Name = "txtSoDienThoai";
638             
this.txtSoDienThoai.Size = new System.Drawing.Size(265, 26);
639             
this.txtSoDienThoai.TabIndex = 25;
640             
//
641             
// txtHoVaTen
642             
//
643             
this.txtHoVaTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
644             
this.txtHoVaTen.Location = new System.Drawing.Point(141, 78);
645             
this.txtHoVaTen.Name = "txtHoVaTen";
646             
this.txtHoVaTen.Size = new System.Drawing.Size(583, 26);
647             
this.txtHoVaTen.TabIndex = 24;
648             
//
649             
// txtDiaChi
650             
//
651             
this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
652             
this.txtDiaChi.Location = new System.Drawing.Point(141, 167);
653             
this.txtDiaChi.Name = "txtDiaChi";
654             
this.txtDiaChi.Size = new System.Drawing.Size(583, 26);
655             
this.txtDiaChi.TabIndex = 18;
656             
//
657             
// label8
658             
//
659             
this.label8.AutoSize = true;
660             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
661             
this.label8.Location = new System.Drawing.Point(42, 169);
662             
this.label8.Name = "label8";
663             
this.label8.Size = new System.Drawing.Size(53, 18);
664             
this.label8.TabIndex = 23;
665             
this.label8.Text = "Địa chỉ";
666             
//
667             
// label9
668             
//
669             
this.label9.AutoSize = true;
670             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
671             
this.label9.Location = new System.Drawing.Point(36, 387);
672             
this.label9.Name = "label9";
673             
this.label9.Size = new System.Drawing.Size(59, 18);
674             
this.label9.TabIndex = 22;
675             
this.label9.Text = "Ghi chú";
676             
//
677             
// label5
678             
//
679             
this.label5.AutoSize = true;
680             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
681             
this.label5.Location = new System.Drawing.Point(42, 217);
682             
this.label5.Name = "label5";
683             
this.label5.Size = new System.Drawing.Size(85, 18);
684             
this.label5.TabIndex = 21;
685             
this.label5.Text = "Tên công ty";
686             
//
687             
// label6
688             
//
689             
this.label6.AutoSize = true;
690             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
691             
this.label6.Location = new System.Drawing.Point(36, 297);
692             
this.label6.Name = "label6";
693             
this.label6.Size = new System.Drawing.Size(91, 18);
694             
this.label6.TabIndex = 20;
695             
this.label6.Text = "Email liên hệ";
696             
//
697             
// label3
698             
//
699             
this.label3.AutoSize = true;
700             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
701             
this.label3.Location = new System.Drawing.Point(36, 342);
702             
this.label3.Name = "label3";
703             
this.label3.Size = new System.Drawing.Size(105, 18);
704             
this.label3.TabIndex = 19;
705             
this.label3.Text = "Ngày thành lập";
706             
//
707             
// label2
708             
//
709             
this.label2.AutoSize = true;
710             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
711             
this.label2.Location = new System.Drawing.Point(36, 87);
712             
this.label2.Name = "label2";
713             
this.label2.Size = new System.Drawing.Size(71, 18);
714             
this.label2.TabIndex = 17;
715             
this.label2.Text = "Họ và tên";
716             
//
717             
// label1
718             
//
719             
this.label1.AutoSize = true;
720             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
721             
this.label1.Location = new System.Drawing.Point(36, 124);
722             
this.label1.Name = "label1";
723             
this.label1.Size = new System.Drawing.Size(94, 18);
724             
this.label1.TabIndex = 16;
725             
this.label1.Text = "Số điện thoại";
726             
//
727             
// panel1
728             
//
729             
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
730             | System.Windows.Forms.AnchorStyles.Right)));
731             
this.panel1.Location = new System.Drawing.Point(0, 0);
732             
this.panel1.Name = "panel1";
733             
this.panel1.Size = new System.Drawing.Size(1020, 26);
734             
this.panel1.TabIndex = 1;
735             
//
736             
// uctNhaCungCap
737             
//
738             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
739             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
740             
this.AutoScroll = true;
741             
this.Controls.Add(this.panel1);
742             
this.Controls.Add(this.tabControlNCC);
743             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
744             
this.Margin = new System.Windows.Forms.Padding(4);
745             
this.Name = "uctNhaCungCap";
746             
this.Size = new System.Drawing.Size(1024, 800);
747             
this.Load += new System.EventHandler(this.uctNhaCungCap_Load);
748             
this.tabControlNCC.ResumeLayout(false);
749             
this.tabPageDanhSachNCC.ResumeLayout(false);
750             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNCC)).EndInit();
751             
this.panel2.ResumeLayout(false);
752             
this.panel2.PerformLayout();
753             
this.tabPageThemNhaCC.ResumeLayout(false);
754             
this.tabPageThemNhaCC.PerformLayout();
755             
this.panel3.ResumeLayout(false);
756             
this.panel3.PerformLayout();
757             
this.ResumeLayout(false);
758
759         }
760
761         
#endregion
762
763         
private System.Windows.Forms.TabControl tabControlNCC;
764         
private System.Windows.Forms.TabPage tabPageDanhSachNCC;
765         
private System.Windows.Forms.TabPage tabPageThemNhaCC;
766         
private System.Windows.Forms.DataGridView dgvDanhSachNCC;
767         
private System.Windows.Forms.Panel panel2;
768         
private System.Windows.Forms.DateTimePicker dateTimePickerNgaySinh;
769         
private System.Windows.Forms.TextBox txtGhiChu;
770         
private System.Windows.Forms.TextBox txtEmail;
771         
private System.Windows.Forms.TextBox txtTenCongTy;
772         
private System.Windows.Forms.TextBox txtSoDienThoai;
773         
private System.Windows.Forms.TextBox txtHoVaTen;
774         
private System.Windows.Forms.TextBox txtDiaChi;
775         
private System.Windows.Forms.Label label8;
776         
private System.Windows.Forms.Label label9;
777         
private System.Windows.Forms.Label label5;
778         
private System.Windows.Forms.Label label6;
779         
private System.Windows.Forms.Label label3;
780         
private System.Windows.Forms.Label label2;
781         
private System.Windows.Forms.Label label1;
782         
private System.Windows.Forms.RadioButton rdoKhong;
783         
private System.Windows.Forms.RadioButton rdoDoiTac;
784         
private System.Windows.Forms.Label label4;
785         
private System.Windows.Forms.Panel panel3;
786         
private System.Windows.Forms.Label label7;
787         
private System.Windows.Forms.LinkLabel linkLabelDanhSachNCC;
788         
private System.Windows.Forms.LinkLabel linkLabelThemMoiNCC;
789         
private System.Windows.Forms.Label label10;
790         
private System.Windows.Forms.Panel panel1;
791         
private System.Windows.Forms.Label label13;
792         
private System.Windows.Forms.TextBox txtTenCongTy_TimKiem;
793         
private System.Windows.Forms.Label label12;
794         
private System.Windows.Forms.Label label11;
795         
private System.Windows.Forms.TextBox txtSoDienThoai_TimKiem;
796         
private System.Windows.Forms.TextBox txtHoVaTen_TimKiem;
797         
private System.Windows.Forms.Button btnTimKiem;
798         
private System.Windows.Forms.Button btnLuu;
799         
private System.Windows.Forms.Button btnHuy;
800         
private System.Windows.Forms.Label lblThongBao;
801         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
802         
private System.Windows.Forms.Button btnTiep;
803         
private System.Windows.Forms.Button btnSau;
804         
private System.Windows.Forms.DataGridViewTextBoxColumn TKNoNCC;
805         
private System.Windows.Forms.DataGridViewTextBoxColumn IdNhaCungCap;
806         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
807         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
808         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
809         
private System.Windows.Forms.DataGridViewTextBoxColumn HoVaTen;
810         
private System.Windows.Forms.DataGridViewTextBoxColumn SoDienThoai;
811         
private System.Windows.Forms.DataGridViewTextBoxColumn DiaChi;
812         
private System.Windows.Forms.DataGridViewTextBoxColumn TenCongTy;
813         
private System.Windows.Forms.DataGridViewTextBoxColumn Dc_Email;
814         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayThanhLap_NgaySinh;
815         
private System.Windows.Forms.DataGridViewTextBoxColumn TongMatHangCC;
816         
private System.Windows.Forms.DataGridViewTextBoxColumn GhiChu;
817         
private System.Windows.Forms.DataGridViewLinkColumn Sua;
818         
private System.Windows.Forms.CheckBox chkKhongDt;
819         
private System.Windows.Forms.CheckBox chkDoiTac;
820         
private System.Windows.Forms.LinkLabel linkLabel1TimK;
821         
private System.Windows.Forms.Button btnXoa;
822     }
823 }


Gõ tìm kiếm nhanh...